From: Keir Fraser Date: Tue, 23 Jun 2009 16:26:28 +0000 (+0100) Subject: tools python: remove unused auxbin functions X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13707 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=157794e5125f1ad1aec9296a1b957ed9a31e707c;p=xen.git tools python: remove unused auxbin functions Signed-off-by: Christoph Egger --- diff --git a/tools/python/xen/util/auxbin.py b/tools/python/xen/util/auxbin.py index 056d1fd3a3..8dd2e5dec0 100644 --- a/tools/python/xen/util/auxbin.py +++ b/tools/python/xen/util/auxbin.py @@ -40,12 +40,6 @@ def pathTo(exebin): return exe return None -def path(): - return LIBEXEC - -def libpath(): - return LIBDIR - def xen_configdir(): return XEN_CONFIG_DIR